home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 12 - 1996 / 12.08 Aug 96 / Shared Libes CPX / SLD Docs - Read These! / SLD Version History < prev   
Encoding:
Text File  |  1996-03-12  |  986 b   |  21 lines  |  [TEXT/ttxt]

  1. Version Notes:
  2.  
  3. SLD Kit v1.0.0 (1.0.1 Registered) - Original Release - 07/24/95
  4.  
  5.  
  6. SLD Kit v1.1.0 (1.1.1 Registered) - 08/14/95
  7. General - Added a few non-critical methods, cleaned up a few test cases in existing methods. Also added new test cases for demonstrating shared libraries based on C++ code. Updated Users Guide to v1.1.
  8.  
  9. Universal:createBlock
  10. - Change; case 2 of 2 was deleted. It was experimental code that should have been deleted in release 1.0.0
  11.  
  12. Universal:clearMemBlocks
  13. - New Method; New universal to clear Mem Blocks persistant.
  14.  
  15. Method:Shared Library/listSymbols
  16.  - Change; Put call to GetIndSymbol inside a local and list annotated outside to do iteration. For some reason the compiler did not like original approach - direct list annotation on external function.
  17.  
  18. Method: Shared Library/listSymbolsInfos
  19.  - New Method; New class method which lists other information about each exported symbol, name, address of function and class ( see IM PowerMac System Software).
  20.  
  21.